/****************** 公司介绍 ******************/
.page-container.about-us {
  padding: 24px 0 10px;
}
.page-container.about-us p {
  text-indent:2em;
  line-height: 29px;
  letter-spacing: 3px;
}
.page-container.about-us .pic {
  text-indent:0;
  margin: 30px 0;
}
/* ******************联系我们 ********************/
.page-container.contact-us ul {
  margin: 50px 0 75px;
}
.page-container.contact-us ul li:nth-child(1), .page-container.contact-us ul li:nth-child(2) {
  margin-bottom: 64px;
}
.page-container.contact-us ul li p {
  /* line-height: 34px; */
  padding-left: 35px;
}
.page-container.contact-us ul li p:not(:nth-child(1)) {
  margin-top: 8px;
}
.page-container.contact-us ul li p::before {
  content: '';
  position: absolute;
  width: 35px;
  left: 4px;
  height: 25px;
}
.page-container.contact-us .company::before {
  background: url('../image/company_icon.png') no-repeat;
  background-size: 22px auto;
  background-position: left center;
}
.page-container.contact-us .email::before {
  background: url('../image/email_icon.png') no-repeat;
  background-size: 21px auto;
  background-position: left center;
}
.page-container.contact-us .mobile::before {
  background: url('../image/phone_icon.png') no-repeat;
  background-size: 20px auto;
  background-position: left center;
}
.page-container.contact-us .address::before {
  background: url('../image/address_icon.png') no-repeat;
  background-size: 17px auto;
  background-position: left center;
}
.page-container.contact-us .postcard::before {
  background: url('../image/postcode_icon.png') no-repeat;
  background-size: 20px auto;
  background-position: left center;
}
/* ******************常见问题 ********************/
.page-container.common-problem ul {
  padding: 18px 0 130px;
}
.page-container.common-problem ul li {
  padding: 15px 0 16px;
}
.page-container.common-problem ul li .title {
  margin-bottom: 8px;
}

/* ******************* ******************福利电影卡 *************** ************************/
.page-container.movie-card {

}
.page-container.movie-card .title-en::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -30px;
  width:60px;
  height:1px;
  background: #333333;
}
.page-container.movie-card .title-en.color-white::before {
  background: #ffffff;
}
.page-container.movie-card .title-en span {
  padding: 0 12px;
}
.page-container.movie-card .title-en span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width:4px;
  height:4px;
  background:rgba(4,137,221,1);
  border-radius:50%;
}
.page-container.movie-card .title-en span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width:4px;
  height:4px;
  background:rgba(4,137,221,1);
  border-radius:50%;
}
.page-container.movie-card .title-en.color-white span::before {
  background: #ffffff;
}
.page-container.movie-card .title-en.color-white span::after {
  background: #ffffff;
}

/* 介绍 */
.page-container.movie-card .introduce {
  padding: 50px 0;
}
.page-container.movie-card .introduce ul {
  margin-top: 40px;
}
.page-container.movie-card .introduce ul li {
  width: 319px;
  height: 193px;
  box-sizing: border-box;
  border: 8px solid rgba(235,235,235,1);
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 32px 15px 32px 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.page-container.movie-card .introduce ul li:hover {
  border: 8px solid rgba(248,186,97,1);
}
.page-container.movie-card .introduce ul li .icon {
  height: 114px;
  width: 76px;
}
.page-container.movie-card .introduce ul li .intro-icon {
  background: url('../image/intro_icon.png') no-repeat;
  background-size: 50px auto;
  background-position: center center;
}
.page-container.movie-card .introduce ul li .exchange-icon {
  background: url('../image/exchange_icon.png') no-repeat;
  background-size: 60px auto;
  background-position: center center;
}
.page-container.movie-card .introduce ul li .support-icon {
  background: url('../image/support_icon.png') no-repeat;
  background-size: 50px auto;
  background-position: center center;
}
.page-container.movie-card .introduce ul li .credit-icon {
  background: url('../image/credit_icon.png') no-repeat;
  background-size: 44px auto;
  background-position: center center;
}
.page-container.movie-card .introduce ul li .increment-icon {
  background: url('../image/increment_icon.png') no-repeat;
  background-size: 44px auto;
  background-position: center center;
}
.page-container.movie-card .introduce ul li .safe-icon {
  background: url('../image/safe_icon.png') no-repeat;
  background-size: 43px auto;
  background-position: center center;
}
.page-container.movie-card .introduce ul li .icon::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: inherit;
  border-right: 1px dashed #999999;
}
.page-container.movie-card .introduce ul li .intro {
  width: 65%;
}

/* 适用范围 */
.page-container.movie-card .use-limits {
  background: url('../image/use_bg.png') no-repeat;
  background-size: auto 100%;
  height: 297px;
  background-position: center;
  padding-top: 61px;
  box-sizing: border-box;
}

/* 购买方式 */
.page-container.movie-card .buy-type {
  margin: 60px auto 54px;
}
.page-container.movie-card .buy-type>div {
  margin-top: 65px;
}
.page-container.movie-card .buy-type ul {
  margin-right: 98px;
}
.page-container.movie-card .buy-type ul p {
  margin-bottom: 10px;
}
.page-container.movie-card .buy-type li {
  line-height: 40px;
}
.page-container.movie-card .buy-type .wpw-btn {
  margin-top: 34px;
}

/* 注意事项 */
.page-container.movie-card .note {
  background:rgba(255,255,255,1);
  border:3px solid rgba(245,245,245,1);
  box-shadow:1px 1px 4px 0px rgba(173,173,173,0.75);
  border-radius:1px;
  width:980px;
  height:536px;
  margin-bottom: 55px;
  padding: 52px 30px 66px 36px;
  box-sizing: border-box;
}
.page-container.movie-card .note>div {
  margin-top: 40px;
}
.page-container.movie-card .note ul {
  width: 43%;
}
.page-container.movie-card .note li {
  padding-left: 20px;
  margin-bottom: 20px;
}
.page-container.movie-card .note li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width:7px;
  height:7px;
  background:rgba(1,123,217,1);
  border-radius:50%;
}

/* 特殊说明 */
.page-container.movie-card .special-note {
  background:url('../image/note_bg.png') no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 53px;
}
.page-container.movie-card .contain-special ol {
  padding-top: 50px;
  padding-left: 16px;
  list-style: none;
  box-sizing: border-box;
  letter-spacing: 2.3px;
}
.page-container.movie-card .contain-special ol p {
  margin-bottom: 5px;
}
.page-container.movie-card .contain-special ul {
  margin: 30px auto 58px !important;
}
.page-container.movie-card .special-note ul {
  padding-left: 32px;
  margin: 44px auto;
}
.page-container.movie-card .special-note ul li {
  width:119px;
  height:119px;
  border-radius:50%;
  padding: 10px 0;
  box-sizing: border-box;
  margin-right: 88px;
}
.page-container.movie-card .special-note ul li:not(:nth-child(5))::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: 3px;
  right: -85px;
  width: 82px;
  height: 1px;
  border-top: 1px solid #725B33;
}
.page-container.movie-card .special-note ul li:nth-child(1){
  background:rgba(37,181,228,1);
}
.page-container.movie-card .special-note ul li:nth-child(2){
  background:rgba(222,158,21,1);
}
.page-container.movie-card .special-note ul li:nth-child(3){
  background:rgba(16,157,23,1);
}
.page-container.movie-card .special-note ul li:nth-child(4){
  background:rgba(215,72,72,1);
}
.page-container.movie-card .special-note ul li:nth-child(5){
  background:rgba(89,74,228,1);
  margin-right: 0;
}
.page-container.movie-card .special-note ul li i {
  display: block;
}
/************************************* 首页 ***************************************/
.swiper-container .swiper-slide img {
  display: block;
}
.wpw-swiper-button-next, .wpw-swiper-button-prev {
  position: absolute;
  top: 40%;
  z-index: 9;
  width: 28px;
  height: 49px;
  cursor: pointer;
}
.wpw-swiper-button-next img, .wpw-swiper-button-prev img {
  height: 100%;
}
.wpw-swiper-button-prev {
  left: 6%;
}
.wpw-swiper-button-next {
  right: 6%;
}
@media screen and (max-width: 1024px) {
  .wpw-swiper-button-prev {
    left: 18%;
  }
  .wpw-swiper-button-next {
    right: 18%;
  }
}
@media screen and (min-width: 1680px) {
  .wpw-swiper-button-next, .wpw-swiper-button-prev {
    top: 44%;
  }
}
@media screen and (min-width: 1920px) {
  .wpw-swiper-button-next, .wpw-swiper-button-prev {
    top: 48%;
  }
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 18px !important;
}
.swiper-pagination-bullet {
  width:12px !important;
  height:12px !important;
  background:rgba(204,204,204,1) !important;
  opacity: 0.9 !important;
}
.swiper-pagination-bullet-active {
  background:rgba(17,134,208,1) !important;
  border: 3px solid rgba(195,231,254,.5);
}
.page-container.movie-card .index-intro ul {
  height: 350px;
}
.page-container.movie-card .index-intro {
  margin-top: 68px;
}
.page-container.movie-card .index-intro li {
  width: 187px;
  box-shadow:1px 1px 4px 0px rgba(69,64,67,0.16);
  border-radius: 7px;
}
.page-container.movie-card .index-intro li:nth-child(1) {
  background:rgba(237,248,255,1);
}
.page-container.movie-card .index-intro li:nth-child(2) {
  background:rgba(249,249,249,1);
}
.page-container.movie-card .index-intro li:nth-child(3) {
  background:rgba(235,252,252,1);
}
.page-container.movie-card .index-intro li:nth-child(4) {
  background:rgba(254,250,241,1);
}
.page-container.movie-card .index-intro li:nth-child(5) {
  background:rgba(245,251,253,1);
}
.card-info {
  padding: 12px 10px 15px;
}
.card-info .title {
  font-size: 1em;
}
.card-info .desc {
  padding: 9px 7px 12px;
  font-size: 0.75em;
  min-height: 92px;
  box-sizing: border-box;
}
.card-info .card {
  width: 100%;
}
.page-container.movie-card .index-intro li img {
  display: block;
}
.page-container.movie-card .index-intro li:hover {
  width: 220px;
  box-shadow:2px 3px 13px 0px rgba(36,35,36,0.38);
}
.page-container.movie-card .index-intro li:hover .card-info .desc {
  letter-spacing: 2.5px;
}
/* 活动 */
.activity a {
}
/* 电影快报 */
.page-container .movie-news {
  margin-top: 38px;
  min-height: 600px;
}
/* 鼠标滑过列表样式 */
.movie-news li:hover a, .movie-news li:hover a p:first-child {
  color: #0580CE;
}
.movie-news-list {
  width: 50%;
  margin-top: 34px;
}
.movie-news-list .label {
  padding: 17px 21px;
  box-sizing: border-box;
}
.movie-news-list .label {
  padding: 17px 21px;
  height: 59px;
  box-sizing: border-box;
}
.movie-news-list .label span:first-child {
  left: 21px;
}
.movie-news-list .label span:last-child {
  right: 21px;
}
.movie-news-list .banner {
  width: 126px;
  height: 126px;
  overflow: hidden;
}
.movie-news-list .desc {
  width: 70%;
  margin-left: 13px;
  padding-top: 12px;
}
.movie-news-list .desc p:first-child {
  margin-bottom: 3px;
}
/* left */
.newsmovies ul {
  padding-right: 12px;
}
.newsmovies .label {
  background:rgba(13,131,205,1);
}
.newsmovies li {
  padding: 15px 0;
}
.newsmovies li:not(:last-child) {
  border-bottom: 1px solid #999999;
}
/* right */
.newsflash .label::before{
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -4px;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid #f1f1f1;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  transform: rotate(90deg);
}
.newsflash ul {
  padding-left: 22px;
}
.newsflash .label {
  background:rgba(241,241,241,1);
}
.newsflash li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background:rgba(13,131,205,1);
}
.newsflash li {
  padding: 18px;
}
.newsflash li:not(:last-child) {
  border-bottom: 1px dashed #BFBFBF;
}
.newsflash li span.fl {
  display: block;
  width: 74%;
}
/* 合作案例 */
.cooperation-case {
  margin-top: 55px;
}
.swiper-container-case {
  padding-top: 38px;
  overflow: hidden;
}
.swiper-container-case .swiper-slide {
	width: 296px;
	background: #fff;
  box-shadow:2px 3px 6px 0px rgba(16,5,10,0.5);
  border-radius:11px;
}
.swiper-container-case .swiper-slide img{
	display:block;
}
.wpw-swiper-case-button-next, .wpw-swiper-case-button-prev {
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -2px;
  width: 28px;
  height: 49px;
  cursor: pointer;
}
.wpw-swiper-case-button-next img, .wpw-swiper-case-button-prev img {
  height: 100%;
}
.wpw-swiper-case-button-prev {
  left: 6%;
}
.wpw-swiper-case-button-next {
  right: 6%;
}
/* 合作企业 */
.cooperation-enterprise {
  background: url('../image/customer_logo.png') no-repeat;
  background-size: 980px auto;
  height: 305px;
  margin: 60px auto;
  padding-top: 10px;
  box-sizing: border-box;
}
/* 官方微信 */
.official-wechat {
  margin: 15px auto 70px;
}
.official-wechat .ewm-list {
  padding-top: 38px;
}
.official-wechat .ewm-list li div {
  width: 193px;
  margin-bottom: 6px;
}
.official-wechat .ewm-list li:not(:nth-child(1)) {
  margin-left: 120px;
}
/******************* 招贤纳才 *******************/
.recruit {
  padding: 24px 0 10px;
}
.recruit h3 {
  padding: 0 0 10px;
  margin: 0;
}
.recruit .slogon {
  padding: 10px 0 20px;
  line-height: 30px;
}
.recruit .goal {
  padding: 20px 0;
}
.recruit ul li {
  padding: 36px 0;
  border-bottom: 1px solid #d9d9d9;
}
.recruit ul li:last-child {
  border-bottom: none;
}
.recruit .title {
  padding: 0 0 10px;
}
.recruit .subs {
  padding: 10px 0;
}